All Questions
6 questions
3votes
0answers
195views
Migrate customer and transaction data from CSV to MongoDB
I wrote a Java Spring Boot application with MongoDB that on every application start loads customer, account type and transaction details from CSV files to MongoDB. It has one end point that returns ...
6votes
1answer
74views
creating accounts with passportJs
I'm currently building an application using Passport and bcrypt for user authentication. I've created the registration part. Is there anything I could improve on? I'm still getting the hang of writing ...
1vote
1answer
3kviews
connection to mongodb in golang
I am building an API server in golang with mongodb. My main.go file looks something like this: ...
4votes
0answers
2kviews
Mongoose schema for products and social media posts
Here is my current schema: Brand: ...
3votes
0answers
56views
Iterating a list to make API calls
I'm new to JavaScript and was hoping there was a cleaner way to write this. It's a block of code that looks at a group of documents in a collection (called Messages), and makes a call to the GitHub ...
6votes
2answers
2kviews
Simple telephone address book
I am new to Java programming, and to help me learn, I created a simple telephone address book. The code runs as expected, but I would be interested to here from more advanced programmers if they ...